home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / frame_111 / PlaceObject2_148_127 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-20  |  202 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hsLoaded == 0 && _root.Functions._framesloaded == _root.Functions._totalframes)
  3.    {
  4.       getHighScoreFromURL();
  5.    }
  6.    _root.Functions.highScore = score;
  7. }
  8.